JAMS 6.x Help
GetVariable<TResult> Class Members
Fields  Properties  Methods 


The following tables list the members exposed by GetVariable<TResult>.

Public Constructors
 NameDescription
Public ConstructorGetVariable<TResult> Constructor  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Top
Public Properties
 NameDescription
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyResult (Inherited from System.Activities.Activity<TResult>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Public PropertyServerNameThe name of the JAMS Server that has the Variable. If you leave this value empty the JAMS Server that is executing the job will be used.  
Public PropertyVariableNameThe name of the Variable that you want to retrieve.  
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<TResult>)
Top
Public Methods
 NameDescription
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodCacheMetadataOverloaded.  (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodCancel (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodExecuteOverridden. Executes the GetVariable Activity  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<TResult>)
Top
See Also

Reference

GetVariable<TResult> Class
MVPSI.JAMS.Activities Namespace